body,
html {
    /* background: url(https://i.imgur.com/mNjcSvH.jpg) no-repeat;
    background-size: 100%; */
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

h3 {
  font-size: medium;
}

.imageHolder {
  position: absolute;
  max-height: 75%; 
  max-width: 70%;
}

.mainImage {
  position: absolute;
  top: 10%;
  margin: auto auto;

  border-radius: 5%;
}

::-webkit-scrollbar
{
    width: 0px;
}

::-webkit-scrollbar-track-piece
{
    background-color: transparent;
    -webkit-border-radius: 6px;
}

/** RTL **/
.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}

.rtl table {
  text-align: right;
}

.rtl table tr td:nth-child(2) {
  text-align: left;
}
